DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / AccessoryButtonTapped Method

In This Topic
    AccessoryButtonTapped Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub AccessoryButtonTapped( _
       ByVal tableView As UIKit.UITableView, _
       ByVal indexPath As Foundation.NSIndexPath _
    ) 
    public virtual void AccessoryButtonTapped( 
       UIKit.UITableView tableView,
       Foundation.NSIndexPath indexPath
    )

    Parameters

    tableView
    indexPath
    See Also